C1DatePicker Control Help > C1DatePicker Task-Based Help > Using C1DatePicker Themes (Silverlight) |
The C1DatePicker control allows you to apply six themes to the control. In this topic, you will change the C1DatePicker control's theme to C1ThemeRainierOrange. For more information on available themes, see C1DatePicker Theming.
In Blend
Complete the following steps:
In Visual Studio
Complete the following steps:
<c1:C1ThemeRainierOrange></c1:C1ThemeRainierOrange>
XAML |
Copy Code
|
---|---|
<c1:C1ThemeRainierOrange> <c1:C1DatePicker/> </c1:C1ThemeRainierOrange> |
Run your project.